Categories

Versions

Filter Stopwords (Dictionary) (Text Processing)

Synopsis

Applies stopword list from a file.

Description

An operator removing all tokens equal to a stopword from the given file. The file has to contain one stopword per line.

Input

  • document

    The document port.

  • file (File)

    The file port.

Output

  • document

    The document port.

Parameters

  • fileFile that contains the stopwords one per line Range:
  • case_sensitiveShould words be matched case sensitive Range:
  • encodingThe encoding used for reading or writing files. Range: